-
Notifications
You must be signed in to change notification settings - Fork 27.4k
fix(ngSanitize): Blacklist the attribyte usemap
#13826
Conversation
Given that the attribute `name` is blacklisted, the attribute `usemap` should be blacklisted too.
a683175
to
2bc5fde
Compare
Given that the attribute `name` is blacklisted, the attribute `usemap` should be blacklisted too. Closes: ##13826
This has landed in master, I guess we should backport to 1.4? |
Difficulty is that it is a BC for 1.4 |
Ok, then let's just keep it as it is in 1.4 |
FWIW the change log calls this out simply as a breaking change. Perhaps it should be relabeled as a "Security Note" to denote its importance? |
…ecurity risks (Related to #13826 (comment).)
Thanks @gkalpak! |
Since this one wasn't applied to 1.2.x branch, should I consider 1.2.x version as vulnerable or the problem in 1.2 does not exist? I'm wondering if the fixes are still applied to 1.2.x. The official web page suggests that there are, but wanted to make sure the description in the page is updated.
|
@marekciupak, you are right, this should be backported to 1.2.x 👍 |
Given that the attribute
name
is blacklisted, the attributeusemap
should beblacklisted too.